Add support for directives on directive definitions#4521
Add support for directives on directive definitions#4521yaacovCR merged 26 commits intographql:16.x.xfrom
Conversation
|
@BoD is attempting to deploy a commit to the The GraphQL Foundation Team on Vercel. A member of the Team first needs to authorize it. |
|
Update includeDeprecated arg per @benjie 's comments, then we'll merge |
|
Just made the change for |
jerelmiller
left a comment
There was a problem hiding this comment.
Had a few suggestions, mostly around types, but otherwise looks good from my end!
You probably want to get a proper review from someone who knows the conventions in this codebase better than I do, but wanted to try and help move this along in some way!
|
I've not fully reviewed this PR, but the changes since Lee's review all look fine to me - thanks @BoD! 👍 |
…ied to a directive
Co-authored-by: Jerel Miller <jerelmiller@gmail.com>
Co-authored-by: Jerel Miller <jerelmiller@gmail.com>
Co-authored-by: Jerel Miller <jerelmiller@gmail.com>
Co-authored-by: Jerel Miller <jerelmiller@gmail.com>
Co-authored-by: Jerel Miller <jerelmiller@gmail.com>
cd3b99e to
06a336c
Compare
06a336c to
a9e07a6
Compare
|
@BoD dropped in a few commits with fixes, possibly spec for some of them has to be correlated => have to check out ci failures a bit later…. |
a9e07a6 to
e287ba1
Compare
Allow directives on directive definitions, based on this spec PR which introduces this syntax:
Disclaimer
First time on this codebase and am also not a JS/TS person, so obvious mistakes and/or missing pieces are very likely 😅 Any help and feedback to improve this PR are very welcome 🙏. The tests seem to pass but additional tests may be needed.